|
Intel Parallel Inspector (successor of Intel Thread Checker) is a memory and thread checking debugging tool to increase the reliability, security, and accuracy of C/C++ applications. * Reliability: Find deadlocks and memory errors that cause lockups & crashes * Security: Find memory and threading vulnerabilities used by hackers * Accuracy: Identify memory corruption and race conditions to eliminate erroneous results Memory checking includes memory leaks, dangling pointers, uninitialized variables, use of invalid memory references, mismatched memory, allocation and deallocation, stack memory checks, and stack trace with controllable stack trace depth Thread checking includes race conditions, deadlocks, depth configurable call stack analysis, diagnostic guidance, built-in knowledge of Threading Building Blocks (TBB), OpenMP, and POSIX or Win32 threads. It is available as part of Intel Parallel Studio or as a standalone product. ==See also== * Intel Parallel Studio XE * Intel Parallel Advisor * Intel VTune Amplifier * Intel Data Analytics Acceleration Library (DAAL) * Intel Integrated Performance Primitives (IPP) * Intel Math Kernel Library (MKL) * Intel Threading Building Blocks (TBB) * Intel Developer Zone (Intel DZ; support and discussion) *Memory debugger *Memory leak 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Intel Parallel Inspector」の詳細全文を読む スポンサード リンク
|